home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global pictno, pictname
- set pictname to string(pictno)
- set pictname to the pathName & pictname
- set mypict to fileio(mnew, "read", pictname)
- set the picture of cast "Picture2" to mypict(mreadpict)
- mypict(mdispose)
- set pictno to pictno + 1
- end
-